home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / pcgames / EMERGY / DX5SDK / SDK / SAMPLES / DS3DVIEW / readme.txt
Text File  |  1997-07-14  |  2KB  |  56 lines

  1. Reality Lab / DirectSound 3D Viewer Sample
  2.  
  3. DS3DVIEW.EXE
  4.  
  5. This sample is a simple extension of the 3D object viewer sample that shipped
  6. with DirectX 2.  It allows you to attach sounds to objects and move them around
  7. a bit in 3D.
  8.  
  9. Viewer Notes:
  10. -------------
  11. The initial scene has a light source in the top right. To see this the view
  12. can be moved backwards and forwards using the T and R keys. Additional objects
  13. can be loaded from the file menu, and new light sources can be added from the
  14. lights menu.  Objects can be rotated with the left mouse button and dragged
  15. with the right.
  16.  
  17. The last object that was rotated or dragged is the current selection.
  18.  
  19. The device quality can be altered using the Renderer menu. Using this menu the
  20. type of device used can also be switched from ramp to RGB. When using the RGB
  21. device the colour of lights in the scene can be changed in the same way as you
  22. change the colour of objects. In 256 colour mode it is advisable to dither an
  23. RGB device for best results.
  24.  
  25.  
  26.  
  27. Additional keyboard controls
  28.  
  29. T               Forwards.
  30. R               Back.
  31. Z               Move current selection forwards.
  32. X               Move current selection back.
  33. G               Gouraud shade
  34. F               Flat Shade
  35. D               Dither toggle.
  36. Delete  Delete the current selection.
  37.  
  38.  
  39. Sound Notes:
  40. ------------
  41.  
  42. To attach a sound to an object, select the object and then select the "Attach Sound"
  43. command from the Sound menu.  You can then select a WAV file to load.  To hear the
  44. sound, select "Play Sound Once" or "Play Sound Looping."  To hear some neat effects,
  45. try "Orbit" which will orbit the object/sound around the listener, or "Bullet,"
  46. which will shoot the object/sound past the listener's head.
  47.  
  48. Properties for the sound or the listener can also be modified using the appropriate
  49. menu commands and dialogs.
  50.  
  51.  
  52. Current Known Issues for DX 3, Beta 1:
  53. --------------------------------------
  54. *  Double-cones are not currently implemented right -- the outer cone is simply set
  55.    to be the same as the inside cone, which is always valid.
  56.